Include the applet in an HTML page with code similar to the following:

<applet code="screw.class" width=193 height=214>

<param name=regcode value="">
<param name=info value="Applet by Gokhan Dagli,japplets.tripod.com">
<param name=bgcolor value="000000">

<param name=image1 value="girl.jpg">
<param name=image2 value="sun.jpg">

<param name=link1 value="http://japplets.tripod.com/screw.html">
<param name=link2 value="http://japplets.tripod.com/screw.html">

<param name="status_bar_msg1" value="A Girl">
<param name="status_bar_msg2" value="A Sun">

<param name="transition_delay" value="20">
<param name="delay" value="1000">
<param name="step_count" value="90">

<param name="mode" value="1">

<param name="image_align" value="center">
<param name="image_valign" value="center">

<param name=target_frame value="_self">

</applet>





Other Samples :

Sample1Sample2Sample3